home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / autoconf / autom4te.cfg < prev    next >
Text File  |  2006-04-25  |  7KB  |  229 lines

  1. # Definition of Autom4te option sets.                     -*- Makefile -*-
  2. #
  3. # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
  4. #
  5. # This file is part of GNU Autoconf.
  6. #
  7. # GNU Autoconf is free software; you can redistribute it and/or modify
  8. # it under the terms of the GNU General Public License as published by
  9. # the Free Software Foundation; either version 2, or (at your option)
  10. # any later version.
  11. #
  12. # GNU Autoconf is distributed in the hope that it will be useful,
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. # GNU General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU General Public License
  18. # along with autoconf; see the file COPYING.  If not, write to
  19. # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  20. # Boston, MA 02111-1307, USA.
  21.  
  22. ## -------------------------- ##
  23. ## Autoheader preselections.  ##
  24. ## -------------------------- ##
  25.  
  26. begin-language: "Autoheader-preselections"
  27. args: --preselect AC_CONFIG_HEADERS
  28. args: --preselect AH_OUTPUT
  29. args: --preselect AC_DEFINE_TRACE_LITERAL
  30. end-language: "Autoheader-preselections"
  31.  
  32.  
  33. ## ------------------------ ##
  34. ## Automake-preselections.  ##
  35. ## ------------------------ ##
  36.  
  37. begin-language: "Automake-preselections"
  38. args: --preselect AC_CANONICAL_HOST
  39. args: --preselect AC_CANONICAL_SYSTEM
  40. args: --preselect AC_CONFIG_AUX_DIR
  41. args: --preselect AC_CONFIG_FILES
  42. args: --preselect AC_CONFIG_HEADERS
  43. args: --preselect AC_CONFIG_LIBOBJ_DIR
  44. args: --preselect AC_CONFIG_LINKS
  45. args: --preselect AC_INIT
  46. args: --preselect AC_LIBSOURCE
  47. args: --preselect AC_SUBST
  48. args: --preselect AM_AUTOMAKE_VERSION
  49. args: --preselect AM_CONDITIONAL
  50. args: --preselect AM_GNU_GETTEXT
  51. args: --preselect AM_INIT_AUTOMAKE
  52. args: --preselect AM_MAINTAINER_MODE
  53. args: --preselect AM_PROG_CC_C_O
  54. args: --preselect m4_include
  55. args: --preselect m4_sinclude
  56. end-language: "Automake-preselections"
  57.  
  58.  
  59. ## -------------------------- ##
  60. ## Autoreconf-preselections.  ##
  61. ## -------------------------- ##
  62.  
  63. begin-language: "Autoreconf-preselections"
  64. args: --preselect AC_CONFIG_AUX_DIR
  65. args: --preselect AC_CONFIG_HEADERS
  66. args: --preselect AC_CONFIG_SUBDIRS
  67. args: --preselect AC_INIT
  68. args: --preselect AC_PROG_LIBTOOL
  69. args: --preselect AM_GNU_GETTEXT
  70. end-language: "Autoreconf-preselections"
  71.  
  72.  
  73. ## ------------------------ ##
  74. ## Autoscan-preselections.  ##
  75. ## ------------------------ ##
  76.  
  77. # To update the following list:
  78. #
  79. #$ tests/autom4te -l autoconf -M -t AN_OUTPUT:\$3 |
  80. # sed 's/(.*//' |
  81. # sort -u |
  82. # grep -v '^warn' |
  83. # sed 's/^/args: --preselect /'
  84. #
  85. # and add AC_CHECK_LIB by hand.
  86. #
  87. # I'm a bit frightened to put this into the Makefile, which was
  88. # my goal: running autom4te to get this list requires autom4te.cfg,
  89. # which is what we are building :(  In fact we need three files, not
  90. # two (autom4te.pre -> autom4te.in -> autom4te.cfg).
  91. begin-language: "Autoscan-preselections"
  92. args: --preselect AC_CHECK_FUNCS
  93. args: --preselect AC_CHECK_HEADERS
  94. args: --preselect AC_CHECK_LIB
  95. args: --preselect AC_CHECK_MEMBERS
  96. args: --preselect AC_CHECK_TYPES
  97. args: --preselect AC_C_CONST
  98. args: --preselect AC_C_INLINE
  99. args: --preselect AC_C_VOLATILE
  100. args: --preselect AC_DECL_SYS_SIGLIST
  101. args: --preselect AC_FUNC_ALLOCA
  102. args: --preselect AC_FUNC_CHOWN
  103. args: --preselect AC_FUNC_CLOSEDIR_VOID
  104. args: --preselect AC_FUNC_ERROR_AT_LINE
  105. args: --preselect AC_FUNC_FORK
  106. args: --preselect AC_FUNC_FSEEKO
  107. args: --preselect AC_FUNC_GETGROUPS
  108. args: --preselect AC_FUNC_GETLOADAVG
  109. args: --preselect AC_FUNC_GETMNTENT
  110. args: --preselect AC_FUNC_GETPGRP
  111. args: --preselect AC_FUNC_LSTAT
  112. args: --preselect AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
  113. args: --preselect AC_FUNC_MALLOC
  114. args: --preselect AC_FUNC_MBRTOWC
  115. args: --preselect AC_FUNC_MEMCMP
  116. args: --preselect AC_FUNC_MKTIME
  117. args: --preselect AC_FUNC_MMAP
  118. args: --preselect AC_FUNC_OBSTACK
  119. args: --preselect AC_FUNC_REALLOC
  120. args: --preselect AC_FUNC_SELECT_ARGTYPES
  121. args: --preselect AC_FUNC_SETPGRP
  122. args: --preselect AC_FUNC_SETVBUF_REVERSED
  123. args: --preselect AC_FUNC_STAT
  124. args: --preselect AC_FUNC_STRCOLL
  125. args: --preselect AC_FUNC_STRERROR_R
  126. args: --preselect AC_FUNC_STRFTIME
  127. args: --preselect AC_FUNC_STRNLEN
  128. args: --preselect AC_FUNC_STRTOD
  129. args: --preselect AC_FUNC_UTIME_NULL
  130. args: --preselect AC_FUNC_VPRINTF
  131. args: --preselect AC_FUNC_WAIT3
  132. args: --preselect AC_HEADER_DIRENT
  133. args: --preselect AC_HEADER_MAJOR
  134. args: --preselect AC_HEADER_STAT
  135. args: --preselect AC_HEADER_STDC
  136. args: --preselect AC_HEADER_SYS_WAIT
  137. args: --preselect AC_HEADER_TIME
  138. args: --preselect AC_PATH_X
  139. args: --preselect AC_PROG_AWK
  140. args: --preselect AC_PROG_CC
  141. args: --preselect AC_PROG_CPP
  142. args: --preselect AC_PROG_CXX
  143. args: --preselect AC_PROG_GCC_TRADITIONAL
  144. args: --preselect AC_PROG_INSTALL
  145. args: --preselect AC_PROG_LEX
  146. args: --preselect AC_PROG_LN_S
  147. args: --preselect AC_PROG_MAKE_SET
  148. args: --preselect AC_PROG_RANLIB
  149. args: --preselect AC_PROG_YACC
  150. args: --preselect AC_REPLACE_FNMATCH
  151. args: --preselect AC_STRUCT_ST_BLOCKS
  152. args: --preselect AC_STRUCT_TIMEZONE
  153. args: --preselect AC_STRUCT_TM
  154. args: --preselect AC_TYPE_MODE_T
  155. args: --preselect AC_TYPE_OFF_T
  156. args: --preselect AC_TYPE_PID_T
  157. args: --preselect AC_TYPE_SIGNAL
  158. args: --preselect AC_TYPE_SIZE_T
  159. args: --preselect AC_TYPE_UID_T
  160. args: --preselect AM_GNU_GETTEXT
  161. end-language: "Autoscan-preselections"
  162.  
  163.  
  164. ## ----------------------------- ##
  165. ## Autoconf without aclocal.m4.  ##
  166. ## ----------------------------- ##
  167.  
  168. # This intermediate language is used by aclocal to build aclocal.m4.
  169.  
  170. begin-language: "Autoconf-without-aclocal-m4"
  171. args: --prepend-include /usr/share/autoconf
  172. args: --cache=autom4te.cache
  173. args: autoconf/autoconf.m4f
  174. args: acsite.m4?
  175. args: --mode 777
  176. args: --language Autoheader-preselections
  177. args: --language Automake-preselections
  178. args: --language Autoreconf-preselections
  179. args: --language Autoscan-preselections
  180. args: --language M4sh
  181. end-language: "Autoconf-without-aclocal-m4"
  182.  
  183.  
  184. ## ---------- ##
  185. ## Autoconf.  ##
  186. ## ---------- ##
  187.  
  188. begin-language: "Autoconf"
  189. args: --language Autoconf-without-aclocal-m4
  190. args: aclocal.m4?
  191. end-language: "Autoconf"
  192.  
  193.  
  194. ## -------- ##
  195. ## Autotest ##
  196. ## -------- ##
  197.  
  198. begin-language: "Autotest"
  199. args: --prepend-include /usr/share/autoconf
  200. args: autotest/autotest.m4f
  201. args: package.m4?
  202. args: local.at?
  203. args: --mode 777
  204. args: --language M4sh
  205. end-language: "Autotest"
  206.  
  207.  
  208. ## ---- ##
  209. ## M4sh ##
  210. ## ---- ##
  211.  
  212. begin-language: "M4sh"
  213. args: --prepend-include /usr/share/autoconf
  214. args: m4sugar/m4sh.m4f
  215. args: --mode 777
  216. args: --language M4sugar
  217. end-language: "M4sh"
  218.  
  219.  
  220. ## ------- ##
  221. ## M4sugar ##
  222. ## ------- ##
  223.  
  224. begin-language: "M4sugar"
  225. args: --prepend-include /usr/share/autoconf
  226. args: m4sugar/m4sugar.m4f
  227. args: --warnings syntax
  228. end-language: "M4sugar"
  229.